home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / bin / idl_setup < prev    next >
Encoding:
Text File  |  1997-07-08  |  794 b   |  21 lines

  1. # C shell commands to define IDL environment variables and aliases.
  2. #
  3. # This script can be used by IDL users who use csh as their interactive shell
  4. # to define the environment variables and aliases required by IDL
  5. # related commands (idl, idlde, idlhelp, idldemo) if the symbolic links to
  6. # the default directory (/usr/local/rsi/idl) are not being used.
  7. #
  8. # csh users should source idl_setup from their .cshrc files,
  9. # using the following command:
  10. #
  11. #    source /d2/hotmix/new_hot/i/idl_5/bin/idl_setup
  12. #
  13. setenv IDL_DIR /d2/hotmix/new_hot/i/idl_5
  14. setenv IDL_PATH \+$IDL_DIR/lib:\+$IDL_DIR/examples
  15. alias idl $IDL_DIR/bin/idl
  16. alias idlde $IDL_DIR/bin/idlde
  17. alias idlhelp $IDL_DIR/bin/idlhelp
  18. alias idlrpc $IDL_DIR/bin/idlrpc
  19. alias insight $IDL_DIR/bin/insight
  20. alias idldemo $IDL_DIR/bin/idldemo
  21.